GetMouse
You can use theGetMouse
procedure to obtain the current mouse location.
PROCEDURE GetMouse (VAR mouseLoc: Point);
mouseLoc
- Returns the current mouse location in local coordinates of the current graphics port (for example, the active window). Note that this value differs from the value of the
where
field of the event record, which specifies the mouse location in global coordinates.